SelectedValuePath Property (ComboBoxBase<T>)
In This Topic
Gets or sets the name of the property used to get the SelectedValue from the SelectedItem.
Syntax
'Declaration
<JsonAttribute(1)>
Public Overridable Property SelectedValuePath As System.String
'Usage
Dim instance As ComboBoxBase(Of T)
Dim value As System.String
instance.SelectedValuePath = value
value = instance.SelectedValuePath
[Json(1)]
public virtual System.string SelectedValuePath {get; set;}
public read-write property SelectedValuePath: System.String; virtual;
JsonAttribute(1)
public function get,set SelectedValuePath : System.String
[Json(1)]
public: __property virtual System.string* get_SelectedValuePath();
public: __property virtual void set_SelectedValuePath(
System.string* value
);
[Json(1)]
public:
virtual property System.String^ SelectedValuePath {
System.String^ get();
void set ( System.String^ value);
}
See Also